home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / m70.dir / 00003.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  278 b   |  13 lines

  1. on mouseDown
  2.   if pressButton(11) then
  3.     set myTime to the movieTime of sprite 5 + 60
  4.     set the stopTime of sprite 5 to myTime
  5.     startTimer()
  6.     repeat while the timer < 120
  7.       nothing()
  8.     end repeat
  9.     unLoadCast("PHIL_02.MOV")
  10.     go(1, "COVER.DIR")
  11.   end if
  12. end
  13.